Xbasic

A5.SYSTEM_COLOR_GET Function

Syntax

OutputString as C = A5.System_Color_Get(c systemcolorname)

Arguments

systemcolorname

The name of an Alpha Anywhere defined color.

Description

Get a system defined color.

Discussion

The A5.SYSTEM_COLOR_GET() method returns the color name of a system color alias.

Example

? a5.System_Color_Get("auto_help_highlight")
= "Black"

See Also